function renderFooter(Xlr8PageTemplate) { let links = []; if (contactUs) { links.push({ "id": "contact-us", "label": contactUsText, "url": contactUs, "displayMode": 2, "openInTab": true }); } links.push({ "id": "privacy-policy", "label": privacyPolicyText, "url": "http://www.campuscommerce.com/page.cfm?p=272", "displayMode": 2, "openInTab": true } ); Xlr8PageTemplate.Footer.setLinks(links); Xlr8PageTemplate.Footer.setText([footerText]); Xlr8PageTemplate.Footer.render(); }